func text/template/parse.rightTrimLength

2 uses

	text/template/parse (current package)
		lex.go#L278: 				trimLength = rightTrimLength(l.input[l.start:l.pos])
		lex.go#L301: func rightTrimLength(s string) Pos {